OnClientPastedCell Property
In This Topic
Occurs after the user has pasted content from the clipboard into a cell.
Syntax
'Declaration
Public Overridable Property OnClientPastedCell As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.OnClientPastedCell = value
value = instance.OnClientPastedCell
public virtual System.string OnClientPastedCell {get; set;}
public read-write property OnClientPastedCell: System.String; virtual;
public function get,set OnClientPastedCell : System.String
public: __property virtual System.string* get_OnClientPastedCell();
public: __property virtual void set_OnClientPastedCell(
System.string* value
);
public:
virtual property System.String^ OnClientPastedCell {
System.String^ get();
void set ( System.String^ value);
}
See Also